home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9804 / 000068_alan@snowcrash.cymru.net _Fri Apr 17 21:57:10 1998.msg < prev    next >
Internet Message Format  |  1998-05-13  |  1KB

  1. Return-Path: <alan@snowcrash.cymru.net>
  2. Received: from snowcrash.cymru.net (snowcrash.cymru.net [163.164.160.3])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id VAA31754
  4.     for <willy@odie.barnet.ac.uk>; Fri, 17 Apr 1998 21:57:09 +0100
  5. Received: (from alan@localhost) by snowcrash.cymru.net (8.8.7/8.7.1) id VAA08472; Fri, 17 Apr 1998 21:58:08 +0100
  6. From: Alan Cox <alan@cymru.net>
  7. Message-Id: <199804172058.VAA08472@snowcrash.cymru.net>
  8. Subject: Re: fd0* device for ADFS shape discs under i386 Linux
  9. To: willy@odie.barnet.ac.uk (Matthew Wilcox)
  10. Date: Fri, 17 Apr 1998 21:58:05 +0100 (BST)
  11. Cc: ajb85@cam.ac.uk, linux-arm@vger.rutgers.edu
  12. In-Reply-To: <199804172011.VAA31519@odie.barnet.ac.uk> from "Matthew Wilcox" at Apr 17, 98 09:11:02 pm
  13. Content-Type: text
  14. Status: RO
  15.  
  16. > Someone should look at other filing systems to see how they cope with
  17. > filesystems that don't provide nice inodes.  When Dickon Hood & I were
  18. > experimenting with NFS servers under RISC OS, we had a structure that
  19. > worked well; it was a tree, and the inode we returned was the address
  20. > within that list.  You've got me intrigued now, I might just do it.
  21.  
  22. Several schemes are used. One of the cleanest if you stick to 2.1.8x+
  23. is to issue inode numbers as you put things in the dcache and revoke
  24. them as your inode is flushed. All open file inodes are in the dcache.
  25.  
  26. Alan